glVertex
- void glVertex(short a, short b)
- void glVertex(int a, int b)
- void glVertex(float a, float b)
- void glVertex(double a, double b)
- void glVertex(short a, short b, short c)
- void glVertex(int a, int b, int c)
- void glVertex(float a, float b, float c)
- void glVertex(double a, double b, double c)
- void glVertex(short a, short b, short c, short d)
- void glVertex(int a, int b, int c, int d)
- void glVertex(float a, float b, float c, float d)
- void glVertex(double a, double b, double c, double d)
- void glVertex(short[] value)
- void glVertex(int[] value)
- void glVertex(float[] value)
- void glVertex(double[] value)